home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / Xtras / ScriptOMatic Lite.Dxr / 00035_ScriptPreviewSource.ls < prev    next >
Encoding:
Text File  |  1997-04-30  |  164 b   |  12 lines

  1. property pVariable
  2. global gVariable
  3.  
  4. on new me
  5.   return me
  6. end
  7.  
  8. on handlerOne argumentOne, argumentTwo
  9.   do(nothing)
  10.   set exampleLocal to ["text", "moretext"]
  11. end
  12.